home *** CD-ROM | disk | FTP | other *** search
- Date: Wed, 23 Mar 1994 16:35:10 -0700
- From: michal@gortel.phys.ualberta.ca (Michal Jaegermann)
- Message-Id: <9403232335.AA02290@gortel.phys.ualberta.ca>
- To: sjg@phlim.ph.kcl.ac.uk (Simon Gornall)
- Subject: Re: Floating point usage
- Newsgroups: comp.sys.atari.st.tech,comp.sys.atari.st
- Organization: Department of Physics, University of Alberta
- X-Newsreader: TIN [version 1.2 PL2]
-
- In article <1994Mar23.125236.2532@bay.cc.kcl.ac.uk> you wrote:
- : Can anyone tell me how to use the floating point co-processor in gcc?
- : I have a 68882 fitted which I'd love to use :-)
-
- You just have to recompile libraries for co-processor. Makefiles
- have corresponding targets in them, they are just not defaults.
- Later you will add -m68881 flag when compiling and that is about
- it. Such executable will not run on a machine without co-processor.
- 68881 or 68882 does not make a difference from a compiler point
- of view.
-
- Michal
-